CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 管道 通信

搜索资源列表

  1. ipc

    0下载:
  2. linux进程间通信管道的实现,ipc,进程间通信-linux pipe to achieve inter-process communication, ipc, interprocess communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:35825
    • 提供者:刘德华
  1. AITV_Framework

    0下载:
  2. 这是一个基于命名管道的进程通信及调度程序框架的试验版本。一个solution中包含3个Project.其中,AppScheduling是进程调度程序(这个是将来可以使用的版本),TestJiuGong和TestPlayer分别是九宫格导航和播放器的简单模拟(将来会被实现真实功能的程序所替换。) AppScheduling的功能:启动后自动隐藏窗口,启动九宫格导航。九宫格导航按1键后退出,启动播放器;播放器按0键后退出,启动九宫格导航;九宫格导航按0键后退出整个系统(包括AppScheduli
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:147352
    • 提供者:Roger King
  1. Linux-program-design

    0下载:
  2. Linux 系统程序设计基础,进程,信号量,管道通信。-Linux system program design basis, process, the magnitude of the signal, communication pipeline.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:756914
    • 提供者:刘书明
  1. jctx

    0下载:
  2. 实验三 进程间通信 UNIX/LINUX系统的进程间通信机构(IPC)允许在任意进程间大批量地交换数据。本实验的目的是了解和熟悉LINUX支持的信号量机制、管道机制、消息通信机制及共享存储区机制。 -In Experiment 3, inter-process communication UNIX/LINUX system inter-process communication agencies (IPC) to allow large quantities in any exchang
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:40342
    • 提供者:FF
  1. p01

    0下载:
  2. 通过管道文件(有名管道)来实现进程间通信。-Through the pipe file (named pipe) to achieve inter-process communication.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:4769
    • 提供者:Sui QY
  1. linux

    0下载:
  2. linux下的管道通信,用c语言编写完成,可实现父进程向子进程读入或读出字符-Under the Linux pipeline communication ( C language)
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:123076
    • 提供者:zhangjiarui
  1. shell-pipe.c.tar

    0下载:
  2. linux进程间通信,使用的是pipe,主要是实现shell命令的管道通信。-linux ipc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:699
    • 提供者:Maralla
  1. IPC_NamedPipe

    0下载:
  2. 进程间通信实例:使用命名管道实现网络通信。-Interprocess communication Example: use named pipes for network communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:136972
    • 提供者:leo
  1. ipc2

    0下载:
  2. 进程间通信封装,主要包括管道通信、共享内存、消息队列-Interprocess communication package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5779
    • 提供者:wujing
  1. NamedPipe

    0下载:
  2. 命名管道,可实现进程间通信,服务器端和客户端的代码都有-Named pipes, interprocess communications, server and client code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:170231
    • 提供者:yegen
  1. InterPC

    0下载:
  2. 学习UNIX下的C编程的示例,对UNIX下的进程间通信、管道的使用等有很大的指导作用。-Tutorial for learning C programming under UNIX tools under UNIX inter-process communication, the use of the pipeline.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-03
    • 文件大小:1046964
    • 提供者:zp
  1. pipe

    0下载:
  2. linux进程间通信---管道的应用 pipe实例函数代码-linux pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:8936
    • 提供者:nana
  1. Pipe

    0下载:
  2. 孙鑫讲解的管道通信的源码 测试可用 大家在学习的时候可以下下来看看 最基本的进程之间管道通信-PIPE source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4518691
    • 提供者:lizz
  1. jincheng

    0下载:
  2. 进程间通信最基本的例子 包括了剪贴板 父子进程 命名管道通信 还有油槽通信 刚刚接触这方面的可以下下来参考学习-The most basic examples of inter-process communication, including a clipboard and his son process named pipe communication tank communication, just contact in this regard can down the reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:2474412
    • 提供者:lizz
  1. fork

    0下载:
  2. 管道实现进程间通信:写linux下的用户程序,其中一个为父进程,它创建了另外2个子进程,这2个子进程通过管道机制实现进程间通信。-To achieve inter-process communication pipe: write the user program under linux, one of the parent process, it creates the other two sub-process, the two sub-process through the pipelin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:735
    • 提供者:lily
  1. Code1

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed interpretation of the process of communication between four ways: the clipboard, anonymous pipe, named pipe and mail slot. And comparative analysis of the process of the communication betw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:232828
    • 提供者:lj
  1. 2

    0下载:
  2. 掌握系统调用pipe()的使用方法及其功能,理解管道通信原理; (2)掌握利用系统调用exit()和wait()实现父进程与子进程之间的同步,理解同步的含义。 -Master the system call pipe () to use its functions, to understand the pipeline communication theory (2) master system call exit () and wait () synchronization betw
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:19494
    • 提供者:王鑫
  1. communication

    0下载:
  2. 进程的管道通信,父进程调用fork()生成两个子进程,完成父子进程之间的通信。-Process pipeline communication, the parent process calls fork () to generate two sub-processes, to complete the communication between the parent and child processes.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:640
    • 提供者:kk
  1. pipe

    0下载:
  2. 此程序实例实现了进程通讯方式的一种:管道通讯,对理解和使用管道通信有很大帮组-In this instance the process one way to communicate: communication channels, a great group to help understand and use the pipe communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:213289
    • 提供者:和撒旦
  1. Process-communication

    0下载:
  2. window下进程间通信多种方式(匿名管道、命名管道、油槽)-window under the process of communication between a variety of ways
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:141248
    • 提供者:zkc
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com